aboutsummaryrefslogtreecommitdiffstats
path: root/paredit [disowned]/paredit.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
committerMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
commitcb48d6ebf6df5208779a1995ab62179938139cb4 (patch)
treefd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /paredit [disowned]/paredit.install
parentUpdate mongoclock (diff)
downloadaur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'paredit [disowned]/paredit.install')
-rw-r--r--paredit [disowned]/paredit.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/paredit [disowned]/paredit.install b/paredit [disowned]/paredit.install
deleted file mode 100644
index 210acab..0000000
--- a/paredit [disowned]/paredit.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- cat << 'EOF'
-==> Put this in your $HOME/.emacs file to enable autoloading of paredit:
-
-(autoload 'paredit-mode "paredit"
- "Minor mode for pseudo-structurally editing Lisp code." t)
-
-==> Toggle Paredit Mode with `M-x paredit-mode RET', or enable it
-==> always in a major mode `M' (e.g., `lisp' or `scheme') with:
-
-(add-hook M-mode-hook (lambda () (paredit-mode +1)))
-EOF
-}
-
-post_upgrade() {
- post_install
-}